Map.addOnAnimationCompleted

The #ShumateMap::animation-completed signal is emitted when any animation in the view ends. This is a detailed signal. For example, if you want to be signaled only for go-to animation, you should connect to "animation-completed::go-to". And for zoom, connect to "animation-completed::zoom".

class Map
gulong
addOnAnimationCompleted
(
void delegate
()
dlg
,)

Meta